FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / IsLoaded Property

In This Topic
    IsLoaded Property (GridDetailRow<TItem>)
    In This Topic
    Gets whether the details are loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLoaded As Boolean
    public bool IsLoaded {get;}
    See Also